<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">a,
img,
input,
svg,
*:before,
*:after {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden; }

a:hover img,
a:hover input,
a.hover:hover,
.btn a:hover,
.btn input:hover {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden; }

#wrapper p.btn {
  text-align: center; }
  #wrapper p.btn a {
    display: block;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 3px;
    width: 100%;
    color: #fff;
    line-height: 1;
    background: url(../../../the-citizen/25th/common/img/btn_arrow.png) right 20px center no-repeat rgba(255, 255, 255, 0.3);
    border: 1px solid  #fff;
    padding: 15px 0;
    margin-top: 20px;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
    text-decoration: none; }
    @media screen and (max-width: 768px) {
      #wrapper p.btn a {
        font-size: 14px; } }
    #wrapper p.btn a:hover {
      background-color: rgba(255, 255, 255, 0.5); }

.ft_pager {
  width: 100%;
  background: url(../img/ft_bg.jpg) center center/cover;
  padding: 60px 0 100px; }
  @media screen and (max-width: 768px) {
    .ft_pager {
      padding: 30px 3.5% 40px; } }
  .ft_pager &gt; .inner {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto; }
  .ft_pager ul {
    display: flex;
    flex-wrap: wrap; }
    .ft_pager ul li {
      width: 13.5%;
      margin-right: calc((100% - 81%) / 5);
      background-repeat: no-repeat;
      -moz-transition: all 0.3s;
      -webkit-transition: all 0.3s;
      -o-transition: all 0.3s;
      -ms-transition: all 0.3s;
      transition: all 0.3s; }
      @media screen and (min-width: 768px) {
        .ft_pager ul li:nth-child(6n), .ft_pager ul li:last-child {
          margin-right: 0; } }
      @media screen and (max-width: 768px) {
        .ft_pager ul li {
          width: 22%;
          margin-right: calc((100% - 88%) / 4);
          margin-right: 4%; }
          .ft_pager ul li:nth-child(4n), .ft_pager ul li:last-child {
            margin-right: 0; }
          .ft_pager ul li:nth-child(n+5) {
            margin-top: 20px; } }
      .ft_pager ul li:hover {
        opacity: 0.7; }
      .ft_pager ul li.coming {
        color: #fff;
        font-size: 14px;
        align-self: center; }
      .ft_pager ul li a {
        display: block;
        text-decoration: none; }
        .ft_pager ul li a .img {
          margin-bottom: 10px;
          border: 1px solid  #fff; }
          .ft_pager ul li a .img img {
            width: 100%; }
        .ft_pager ul li a p.name {
          text-align: left;
          color: #fff;
          font-size: 14px;
          line-height: 1; }
          @media screen and (max-width: 768px) {
            .ft_pager ul li a p.name {
              font-size: 12px; } }

.video-container {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  overflow: hidden; }
  .video-container video {
    min-width: 101%;
    min-height: 101%;
    width: auto;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
  .video-container .filter {
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0; }

a.target {
  padding-top: 120px;
  margin-top: -120px;
  display: block; }
  @media screen and (max-width: 768px) {
    a.target {
      padding-top: 60px;
      margin-top: -60px; } }

a {
  text-decoration: none; }
  a:hover {
    text-decoration: underline; }

.pc {
  display: block; }
  @media screen and (max-width: 768px) {
    .pc {
      display: none; } }

.sp {
  display: none; }
  @media screen and (max-width: 768px) {
    .sp {
      display: block; } }

/*# sourceMappingURL=common_layout.css.map */
</pre></body></html>